Class PPPProcessImpl

All Implemented Interfaces:
IPCObject, PortKeepAliveProcess, PPPProcess, Process

public class PPPProcessImpl extends PortKeepAliveProcessImpl implements PPPProcess
Information provided by the PKI file:

    \class PppProcess
    
    \brief PppProcess handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("PppProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setAuthenType

      public void setAuthenType(PPPAuthenType type)
      Information provided by the PKI file:
      
          \brief Sets the authentication type.
          
          \param type,        the authentication type.
          Authentication types:       eNoAuthentication = 0,
          eChap = 1,
          ePap = 2,
          ePapChap = 3,
          eChapPap = 4
          
              
      Specified by:
      setAuthenType in interface PPPProcess
      Parameters:
      type - Takes in a parameter of type
    • getAuthenType

      public PPPAuthenType getAuthenType()
      Information provided by the PKI file:
      
          \brief Returns the authentication type.
          
          \return PppAuthenType,      the authentication type.
          Authentication types:       eNoAuthentication = 0,
          eChap = 1,
          ePap = 2,
          ePapChap = 3,
          eChapPap = 4
          
              
      Specified by:
      getAuthenType in interface PPPProcess
      Returns:
      PPPAuthenType Returns a PPPAuthenType
    • getPapProcess

      public PAPProcess getPapProcess()
      Information provided by the PKI file:
      
          \brief Returns the PAP process.
          
          \return PAPProcess, the PAPProcess object.
          
              
      Specified by:
      getPapProcess in interface PPPProcess
      Returns:
      PAPProcess Returns a PAPProcess
    • getChapProcess

      public CHAPProcess getChapProcess()
      Information provided by the PKI file:
      
          \brief Returns the CHAP process.
          
          \return ChapProcess, the ChapProcess object.
          
              
      Specified by:
      getChapProcess in interface PPPProcess
      Returns:
      CHAPProcess Returns a CHAPProcess